PDF4Java Reference Documentation
com.o2sol.pdf4java.content Package / PDFContentExtractor Class / PDFContentExtractor Constructor / PDFContentExtractor Constructor(PDFPage,PDFCmapFactory)
The page from which content is extracted.
Factory for retrieving cmaps.
In This Topic
    PDFContentExtractor Constructor(PDFPage,PDFCmapFactory)
    In This Topic
    Initializes a new PDFContentExtractor object.
    Syntax
    public PDFContentExtractor( 
       PDFPage page,
       PDFCmapFactory cmapFactory
    )

    Parameters

    page
    The page from which content is extracted.
    cmapFactory
    Factory for retrieving cmaps.
    See Also